home *** CD-ROM | disk | FTP | other *** search
- head 1.4;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @# @;
-
-
- 1.4
- date 92.06.16.11.54.28; author jhh; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 89.09.12.11.50.23; author jhh; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.07.14.17.38.31; author mendel; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.06.19.14.30.07; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.4
- log
- @added SYS_SYS_GET_HOSTNAME and SYS_SYS_SET_HOSTNAME
- @
- text
- @/*
- *
- * sysStubs.s --
- *
- * Stubs for the Sys_ system calls.
- *
- * Copyright 1986, 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/sysStubs.s,v 1.3 89/09/12 11:50:23 jhh Exp Locker: jhh $ SPRITE (Berkeley)
- *
- */
- #include "userSysCallInt.h"
-
- SYS_CALL(Sys_DoNothing, SYS_SYS_DONOTHING)
- SYS_CALL(Sys_GetTimeOfDay, SYS_SYS_GETTIMEOFDAY)
- SYS_CALL(Sys_SetTimeOfDay, SYS_SYS_SETTIMEOFDAY)
- SYS_CALL(Sys_EnableDisplay, SYS_SYS_ENABLEDISPLAY)
- SYS_CALL(Sys_Shutdown, SYS_SYS_SHUTDOWN)
- SYS_CALL(Sys_GetMachineInfo, SYS_SYS_GETMACHINEINFO_NEW)
- SYS_CALL(Sys_Stats, SYS_SYS_STATS)
- SYS_CALL(Sys_GetHostName, SYS_SYS_GET_HOSTNAME)
- SYS_CALL(Sys_SetHostName, SYS_SYS_SET_HOSTNAME)
- @
-
-
- 1.3
- log
- @uses new Sys_GetMachineInfo trap number
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/sysStubs.s,v 1.2 88/07/14 17:38:31 mendel Exp Locker: jhh $ SPRITE (Berkeley)
- d28 2
- @
-
-
- 1.2
- log
- @Changed comment characters from |* to /* */.
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: sysStubs.s,v 1.1 88/06/19 14:30:07 ouster Exp $ SPRITE (Berkeley)
- d26 1
- a26 1
- SYS_CALL(Sys_GetMachineInfo, SYS_SYS_GETMACHINEINFO)
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d1 18
- a18 17
- |*
- |* sysStubs.s --
- |*
- |* Stubs for the Sys_ system calls.
- |*
- |* Copyright 1986, 1988 Regents of the University of California
- |* Permission to use, copy, modify, and distribute this
- |* software and its documentation for any purpose and without
- |* fee is hereby granted, provided that the above copyright
- |* notice appear in all copies. The University of California
- |* makes no representations about the suitability of this
- |* software for any purpose. It is provided "as is" without
- |* express or implied warranty.
- |*
- |* rcs = $Header: sysStubs.s,v 2.0 87/08/11 09:31:19 brent Exp $ SPRITE (Berkeley)
- |*
-
- @
-